home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
howtou_2
/
mformdel.frm
< prev
next >
Wrap
Text File
|
1999-08-28
|
9KB
|
233 lines
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form MFormDeluxe
AutoRedraw = -1 'True
BorderStyle = 0 'None
Caption = "Form2"
ClientHeight = 1755
ClientLeft = 0
ClientTop = 0
ClientWidth = 4500
LinkTopic = "Form2"
ScaleHeight = 1755
ScaleWidth = 4500
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 510
Left = 3870
ScaleHeight = 510
ScaleWidth = 510
TabIndex = 8
Top = 405
Width = 510
End
Begin MSComctlLib.ImageList ImageList1
Left = 2070
Top = 585
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 32
ImageHeight = 32
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 9
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MFormDeluxe.frx":0000
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MFormDeluxe.frx":031C
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MFormDeluxe.frx":0638
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MFormDeluxe.frx":0954
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MFormDeluxe.frx":0C70
Key = ""
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MFormDeluxe.frx":0F8C
Key = ""
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MFormDeluxe.frx":12A8
Key = ""
EndProperty
BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MFormDeluxe.frx":15C4
Key = ""
EndProperty
BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MFormDeluxe.frx":18E0
Key = ""
EndProperty
EndProperty
End
Begin VB.PictureBox Pic1
AutoRedraw = -1 'True
BorderStyle = 0 'None
Height = 300
Index = 0
Left = 45
ScaleHeight = 20
ScaleMode = 3 'Pixel
ScaleWidth = 85
TabIndex = 4
Top = 1170
Width = 1275
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "Annuleren"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Index = 0
Left = 90
TabIndex = 5
Top = 45
Width = 1050
End
End
Begin VB.PictureBox Pic1
AutoRedraw = -1 'True
BorderStyle = 0 'None
Height = 300
Index = 1
Left = 1440
ScaleHeight = 20
ScaleMode = 3 'Pixel
ScaleWidth = 85
TabIndex = 2
Top = 1170
Width = 1275
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "Annuleren"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Index = 1
Left = 90
TabIndex = 3
Top = 45
Width = 1050
End
End
Begin VB.PictureBox Pic1
AutoRedraw = -1 'True
BorderStyle = 0 'None
Height = 300
Index = 2
Left = 2835
ScaleHeight = 20
ScaleMode = 3 'Pixel
ScaleWidth = 85
TabIndex = 0
Top = 1170
Width = 1275
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "Annuleren"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Index = 2
Left = 90
TabIndex = 1
Top = 45
Width = 1050
End
End
Begin VB.Label Label3
Caption = "Label3"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Left = 90
TabIndex = 7
Top = 90
Width = 4425
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "Label2"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 180
TabIndex = 6
Top = 450
Width = 3375
WordWrap = -1 'True
End
End
Attribute VB_Name = "MFormDeluxe"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label1_Click(Index As Integer)
Message(Index) = True
MFormDeluxe.Hide
End Sub
Private Sub Label1_Mouseup(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)
Label1(Index).Move 1, 1, Pic1(Index).ScaleWidth - 2, Pic1(Index).ScaleHeight - 2
Pic1(Index).Line (0, 0)-(Pic1(Index).ScaleWidth - 1, Pic1(Index).ScaleHeight - 1), RGB(r2, g2, b2), B
Pic1(Index).Line (0, Pic1(Index).ScaleHeight - 1)-(Pic1(Index).ScaleWidth - 1, Pic1(Index).ScaleHeight - 1), RGB(r3, g3, b3)
Pic1(Index).Line (Pic1(Index).ScaleWidth - 1, Pic1(Index).ScaleHeight - 1)-(Pic1(Index).ScaleWidth - 1, 0), RGB(r3, g3, b3)
End Sub
Private Sub Label1_Mousedown(Index As Intege